-
Notifications
You must be signed in to change notification settings - Fork 594
HDDS-11320. Update OM, SCM, Datanode conf for RATIS-2135. #7080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jojochuang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @szetszwo
| RaftServerConfigKeys.Log.Appender.setBufferByteLimit(properties, SizeInBytes.valueOf(logAppenderBufferByteLimit)); | ||
|
|
||
| // setMessageSizeMax with a different logAppenderBufferByteLimit | ||
| Assertions.assertThrows(IllegalStateException.class, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but this API does not throw exception.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I need to update the test.
|
LGTM Merging it. |
|
@jojochuang , thanks a lot for reviewing and merging this! |
(cherry picked from commit 37273d1)
(cherry picked from commit 37273d1)
What changes were proposed in this pull request?
Due to a bug, RATIS-2135 requires
to be 1MB larger than
We must change the OM, SCM and Datanode conf accordingly.
What is the link to the Apache JIRA
HDDS-11320
How was this patch tested?
A new unit test.